Q3DisplayGroup_GetType
You can use theQ3DisplayGroup_GetType
function to determine the type of a display group.
TQ3ObjectType Q3DisplayGroup_GetType (TQ3GroupObject group);
group
- A group.
DESCRIPTION
TheQ3DisplayGroup_GetType
function returns, as its function result, the type of the display group specified by thegroup
parameter.Q3DisplayGroup_GetType
returns one of these values:
kQ3DisplayGroupTypeIOProxy kQ3DisplayGroupTypeOrderedIfQ3DisplayGroup_GetType
cannot determine the type of a group or an error occurs, it returnskQ3ObjectTypeInvalid
.ERRORS
kQ3ErrorInvalidObject